home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 6872 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  742 b 

  1. Path: zib-berlin.de!inf2hro!honshu!gnikl
  2. From: gnikl@informatik.uni-rostock.de (Gunther Nikl)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Adding stack to GCC compiles?
  5. Date: 4 Apr 1996 09:26:34 GMT
  6. Organization: University of Rostock
  7. Message-ID: <4k04ka$9m8@taiwan.informatik.uni-rostock.de>
  8. References: <4jt3en$1sg@vixen.cso.uiuc.edu>
  9. NNTP-Posting-Host: honshu.informatik.uni-rostock.de
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12.  If you want a bigger stack do the following (for libnix):
  13.  
  14.     unsigned long __stack = {required stacksize};
  15.  
  16.  and link with "swapstack.o" located in gnu:lib/[libb/]libnix.
  17.  
  18.  There is also an option for automatic stack extension. Please
  19.  consult the libnix.guide for more information about this topic.
  20.  
  21.  Gunther
  22.